home *** CD-ROM | disk | FTP | other *** search
/ Roujin Z / Roujin Z.iso / mac / Roujin Z 8Bit PM / Roujin Z 8Bit PM.dxr / 00079_roujin5.mov.ls < prev    next >
Encoding:
Text File  |  1996-03-12  |  306 b   |  11 lines

  1. on mouseUp
  2.   global moviedur
  3.   startmytimer((moviedur / 60) - (the movieTime of sprite 10 / 60))
  4.   if the controller of cast "roujin5.mov" = 0 then
  5.     set the controller of cast "roujin5.mov" to 1
  6.   else
  7.     set the controller of cast "roujin5.mov" to 0
  8.   end if
  9.   set the movieRate of sprite 10 to 1
  10. end
  11.